home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / WWIV Mac BBS / BBS Sample Source / modifyseclev.p < prev    next >
Encoding:
Text File  |  1987-06-21  |  18.3 KB  |  615 lines  |  [TEXT/ttxt]

  1. { BBS Utility program and documentation for all major BBS files }
  2. { Modify SecLev file - T R Teague - 17 Oct 86 }
  3. { This version works under Lisa Pascal/MPW }
  4. { modified for version 1.1 of WWIV Mac BBS - T R Teague - 1 Jan 87 }
  5. { modified for version 2.0 of WWIV Mac BBS - T R Teague - 22 Mar 87 }
  6. { modified for version 2.2 of WWIV Mac BBS - T R Teague - 25 May 87 }
  7.  
  8. {$DECL MPW}
  9. {$DECL Debug}
  10. {$SETC MPW := true}
  11. {$SETC Debug := false}
  12.  
  13. program ModifySecLev;
  14.  
  15. uses
  16. {$IFC MPW }
  17.      MemTypes,
  18.      QuickDraw,
  19.      OSIntf,
  20.      ToolIntf,
  21.      PackIntf,
  22.      PasLibIntf,
  23.      IntEnv;
  24. {$ELSEC}
  25.      {$U -#11-obj-MemTypes } MemTypes,
  26.      {$U -#11-obj-QuickDraw} QuickDraw,
  27.      {$U -#11-obj-OSIntf   } OSIntf,
  28.      {$U -#11-obj-ToolIntf } ToolIntf,
  29.      {$U -#11-obj-PackIntf } PackIntf,
  30.      {$U -#11-obj-WritelnWindow } WritelnWindow;
  31. {$ENDC}
  32.  
  33. {$IFC Debug}
  34. {$D+}
  35. {$ELSEC}
  36. {$D-}
  37. {$ENDC}
  38.  
  39. { Standard const's, types, vars for BBS files }
  40.  
  41. const
  42.      strlen = 160; { length of string }
  43.      
  44.      { added - TRT - 25 May 87 }
  45.      { user-modifable resources }
  46.  
  47.      StrID = 1000;
  48.      NumStrItems = 5;
  49.  
  50.      DLoadsStrID = 1001;
  51.      MsgsStrID = 1002;
  52.      numcomptypes = 11; { added for 2.2 - TRT - 21 Jun 87 }
  53.  
  54. type
  55.      filetype = file; { untyped file-type for procedure parameter passing }
  56.  
  57.      strtype=string[strlen]; { string type }
  58.  
  59. { enumerated list of user restrictions }
  60.   logons 2/day ('L'), no chatting ('C'), unvalidated messages ('V'), no backspacing ('B'),
  61.   can't change automsg/add to BBS list ('A'), can't post anonymous msgs ('*'),
  62.   can't post at all ('P'), can't send send E-Mail ('E'), can't vote ('K'),
  63.   can't auto-delete msgs ('M')
  64. }
  65. restrictions=(rlogon,rchat,rvalidate,rbackspace,ramsg,rpostan,
  66.                    rpost,remail,rvoting,rmsg); 
  67.  
  68.      acrq='@'..'G'; { board access : none, A -> G - not really used }
  69.  
  70. { emunerated user defaults : spinning cursor, onekey input, word wrap, screen pause }
  71.      deflts=(spcsr,onekey,wordwrap,pause);
  72.  
  73. { emunerated anon msg board types : no, yes, forced, dearabby }
  74.      anontyp=(no,yes,forced,dearabby); 
  75.  
  76. { enumerated security level types : can post, can E-Mail, can post anonymously, 
  77.   can see anon names on msgs,  co-sysop, limited co-sysop }
  78.      ansttype=(postn,emailn,pana,sanm,cosysop,lcosysop);
  79.  
  80. { enumerated special user alerts : alert, can't ???, can't receive E-Mail }
  81.      opts=(myalert,smw,nomail); 
  82.      
  83.      { modified for version 1.1 & 2.0 }
  84.      pnr=record { phone no. info - for sysop's mini-terminal }
  85.            name:string[39]; { name of BBS service }
  86.            number:string[32]; { phone no. } 
  87.            hs:byte; { baud rate - 300/1200/2400/9600 }
  88.          end;
  89.      slr=record { security level info }
  90.            ttime:byte; { max. no. of mins allowed on }
  91.            mallowed:integer; { max. no. of msgs allowed to be read }
  92.            emails,posts:byte; { max. no. of E-Mail and msgs to be posted }
  93.            anst:set of ansttype; { set of security level types  - see above }
  94.          end;
  95.      messages=record { msgs filename info  - e.g filename of form A-32767.1 }
  96.                 ltr:char; { board letter (i.e. A = board no. 1) }
  97.                 number:integer; { unique msg number }
  98.                 ext:byte; { unique msg number for filename extension (MS-DOS) }
  99.               end;
  100.      smalrec=record { names list of users }
  101.                name:string[25]; { alias }
  102.                number:integer; { user no. }
  103.              end;
  104.      userrec=record { user info }
  105.                name:string[25]; { alias }
  106.                realname:string[14]; { realname }
  107.                deleted:boolean; { deleted flag }
  108.                pw:string[8]; { password }
  109.                ph:string[12]; { phone no. }
  110.                waiting:byte; { no. of E-Mail msgs waiting }
  111.                laston:string[10]; { last on date }
  112.                loggedon:integer; { total no. of times logged on system }
  113.                msgpost:integer; { total no. of msgs posted }
  114.                emailsent:integer; { total no. of E-Mail msgs sent }
  115.                feedback:integer; { total no. of feedback msgs sent }
  116.                linelen:byte; { user's screen width }
  117.                pagelen:byte; { user's screen height }
  118.                defaults:set of deflts; { set of user defaults (on/off) - see above }
  119.                ontoday:byte; { no. of times logged on today }
  120.                illegal:byte; { no. of illegal logons today }
  121.                cursor:string[10]; { spinning cursor (if any) "word" }
  122.                sl:byte; { security level }
  123.                ac:set of restrictions; { set of user restrictions (on/off) - see above }
  124.                ar:set of acrq; { set of boards user has access to (on/off) - not really used - see above }
  125.                qscan:array[1..19] of messages; { last msg Q-scanned for each 1 of 19 possible boards }
  126.                qscn:array[1..19] of boolean; { configured Q-Scan flags for up to 19 boards }
  127.                macro:array[1..2] of string[79]; { control-d & control-f macro expansions }
  128.                comptype:byte; { computer type (1 -> numcomptypes) as set up elsewhere }
  129.                option:set of opts; { set of user options (on/off) - see above }
  130.                vote:array[1..9] of byte; { voted flags for up to 9 questions }
  131.                sbn:byte; { "special board no." - user has rights to validate/delete msgs on board (0 = All) }
  132.                dsl:byte; { download security level }
  133.                uploads,downloads:integer; { No. of files uploaded/downloaded }
  134.                uk,dk:integer; { No. of Kb's uploaded/downloaded }
  135.              end;
  136.       boardrec=record { msg board info }
  137.                  name:string[25]; { board title }
  138.                  filename:string[12]; { name of file used to hold msgs info }
  139.                  sl:byte; { min. security level needed to access this board }
  140.                  maxmsgs:byte; { max. no. of msgs allowed on this board }
  141.                  pw:string[10]; { board password (if any) }
  142.                  anonymous:anontyp; { type of anonymous access to this board - see above }
  143.                  ar:acrq; { access required for this board (not really used) - see above }
  144.                  key:char; { character required to reach this board - i.e. 1 -> 19, or this char }
  145.                end;
  146.       msgstat=(validated,unvalidated,deleted); { enumerated msg types - validated, unvalidated, deleted }
  147.       messagerec=record { msgs info }
  148.                    title:string[30]; { title of msg }
  149.                    messagestat:msgstat; { msg type - see above }
  150.                    message:messages; { msg filename info - see above }
  151.                    owner:integer; { user no. of sender }
  152.                    date:integer; { date posted }
  153.                    mage:byte; { message age in days }
  154.                  end;
  155.       systatrec=record { status record }
  156.                   boardpw:string[8]; { closed board password (if any) }
  157.                   sysoppw:string[8]; { sysop's 2nd password }
  158.                   hmsg:messages; { msg filename info - next avail. msg filename ??? }
  159.                   users:integer; { no. of users currently on system }
  160.                   lastdate:string[8]; { last date that system was used }
  161.                   callernum:integer; { current/next caller no. }
  162.                   activetoday:integer; { amount of time in mins that system was up }
  163.                   callstoday:integer; { no. of calls today }
  164.                   msgposttoday:integer; { no. of msgs posted today }
  165.                   emailtoday:integer; { no. of E-Mail msgs sent today }
  166.                   fbacktoday:integer; { no. of Feedback msgs sent today }
  167.                   uptoday:integer; { no. of uploads today }
  168.                   closedsystem:boolean; { closed system flag }
  169.                 end;
  170.       mailrec=record { E-Mail info }
  171.                 title:string[30]; { title of msg }
  172.                 from,destin:integer; { user no. of sender, recipient }
  173.                 msg:messages; { msg filename info - see above }
  174.                 date:integer; { date sent }
  175.                 mage:byte; { message age in days }
  176.               end;
  177.       gft=record { G-Files info }
  178.             num:integer; { section no. }
  179.             title:string[40]; { G-File title }
  180.             filen:string[12]; { G-File filename }
  181.           end;
  182.       charfil=text; { character file type }
  183.       smr=record { small msg info }
  184.             msg:strtype; { the msg }
  185.             destin:integer; { user no. of recipient }
  186.           end;
  187.       vdatar=record { voting data info }
  188.                question:string[79]; { question }
  189.                numa:integer; { no. of answers }
  190.                answ:array[0..9] of record { 10 possible answers }
  191.                       ans:string[25]; { answer }
  192.                       numres:integer; { number of users voting this answer }
  193.                     end;
  194.              end;
  195.       ulrec=record { file section board data }
  196.               name:string[25]; { name of board }
  197.               filename:string[12]; { name of file that holds file section data }
  198.               password:string[10]; { board password (if any) }
  199.               dsl:byte; { min. security level needed to access this board }
  200.               maxfiles:integer; { max. no. of files allowed in this board }
  201.             end;
  202.       ulfrec=record { uploaded file info }
  203.                filename:string[12]; { filename }
  204.                description:string[60]; { description }
  205.                {res:array[1..17] of byte;} { reserved ??? }
  206.            realname : string[64]; { added for version 1.1 - MacBinary filename }
  207.                ft:array[1..3] of byte; { filetype - not really used (MS-DOS) }
  208.                blocks:integer; { size in blocks }
  209.                owner:integer; { user no. of uploader }
  210.                date:string[8]; { date uploaded }
  211.                daten:integer; { day no. of the year when uploaded }
  212.            numdloads : integer; { added for version 1.1 }
  213.              end;
  214.  
  215. var 
  216.     (* { file vars for different types of files }
  217.     
  218.     sf:file of smalrec; { filename = gfiles\names.lst }
  219.     uf:file of userrec; { filename = gfiles\user.lst }
  220.     bf:file of boardrec; { filename = gfiles\boards.dat }
  221.     mf:file of messagerec; { filename = gfiles\ + boards[board].filename }
  222.     mailfile:file of mailrec; { filename = gfiles\email.dat }
  223.     systatf:file of systatrec; { filename = gfiles\status }
  224.     smf:file of smr; { filename = gfiles\shortmsg.dat }
  225.     ulf : file of ulrec; { filename = gfiles\uploads.dat }
  226.     ulff : file of ulfrec; { filename = gfiles\ + uboards[board].filename }
  227.     fil : file of pnr; { filename = gfiles\numbers.trm }
  228.     vdf : file of vdatar; { filename = gfiles\voting.dat }
  229.     cf : file of smr; { filename = gfiles\chat.msg }
  230.     g : file of gft; { filename = gfiles\gfiles.dat }
  231.     fil : file of strtype; { filename = gfiles\laston.fil - names of last 8 callers }
  232.     
  233.     sysopf:charfil; { filename = gfiles\sysop.log, and gfiles\ysysop.log - today's & yesterday's logs }
  234.     { also other text files : gfiles\trashcan.txt - contains illegal names for aliases }
  235.     { gfiles\user.log - log of today's callers names }
  236.     { gfiles\votes.txt - output of voting data }
  237.     { gfiles\bbslist.msg - list of bbs's }
  238.     { gfiles\auto.msg - auto msg }
  239.     *)
  240.     
  241.     { modified - TRT - 25 May 87 }
  242.     {actual variables used by this program }
  243.     gfilespath : strtype;
  244.     pathdloads : strtype;
  245.     pathmsgs : strtype;
  246.  
  247.     msgspath : packed array [0..19] of string[80];
  248.     dloadspath : packed array [0..19] of string[80];
  249.     tempPtr : ^integer;
  250.     DefaultWD : integer;
  251.     UsingHFS : boolean;
  252.  
  253.     MyPoint : Point;
  254.     BBSrefNum : integer;
  255.     MyTypes : SFTypeList;
  256.     MyReply : SFReply;
  257.     IOError : OSErr;
  258.     
  259.     fw:integer;
  260.         slf:file of slr; { filename = gfiles\seclev.dat }
  261.         seclev:array[0..255] of slr;
  262.  
  263. {$IFC Debug}
  264. {procedure CrashIt;    INLINE $A9FF;}
  265. {$ENDC}
  266.  
  267. { added - TRT - 25 May 87 }
  268. procedure InitCommon;
  269.  
  270. var
  271.    tempHandle : Handle;
  272.    tempint : integer;
  273.  
  274. begin { initcommon }
  275.    tempHandle := GetResource('STR#',StrID);
  276.    if (ResError <> noErr) or (tempHandle = nil) then
  277.    begin
  278.       writeln;
  279.       writeln('Sorry... couldn''t find the Resource STR# ID = ',StrID);
  280.       writeln;
  281.       writeln('Press mouse button to exit');
  282.       repeat until button;
  283.       exit(modifyseclev);
  284.    end;
  285.  
  286.    for tempint := 1 to NumStrItems do
  287.    begin { get user definable parameters from Resource file }
  288.  
  289.       case tempint of
  290.       1 : ;
  291.       2 : ;
  292.       3 : begin
  293.              GetIndString(tempstr,StrID,tempint);
  294.              gfilespath := tempstr;
  295.           end;
  296.       4 : begin { modified - TRT - 20/12/86 }
  297.              GetIndString(tempstr,StrID,tempint);
  298.              pathdloads := tempstr;
  299.           end;
  300.       5 : begin
  301.              GetIndString(tempstr,StrID,tempint);
  302.              pathmsgs := tempstr;
  303.           end;
  304.       end; { cases }
  305.    end;
  306.  
  307.    for tempint := 0 to 19 do
  308.    { get user definable parameters from Resource file }
  309.    begin
  310.       GetIndString(tempstr,MsgsStrID,tempint + 1);
  311.       if tempstr = '' then tempstr := pathmsgs;
  312.       msgspath[tempint] := tempstr;
  313.    end;
  314.  
  315.    for tempint := 0 to 19 do
  316.    { get user definable parameters from Resource file }
  317.    begin
  318.       GetIndString(tempstr,DLoadsStrID,tempint + 1);
  319.       if tempstr = '' then tempstr := pathdloads;
  320.       dloadspath[tempint] := tempstr;
  321.    end;
  322.  
  323. end; { initcommon }
  324.  
  325. begin
  326. {$IFC Debug}
  327.    {CrashIt;}
  328. {$ENDC}
  329.    InitGraf(@ThePort); { Init QuickDraw }
  330.  
  331. {$IFC MPW}
  332. if IEStandalone then
  333. {$ENDC}
  334.     begin { not MPW Tool }
  335.            InitWindows;           { Init Window Manager - clear desktop & menu bar }
  336.            InitFonts;           { Init Font Manager }
  337.            FlushEvents(everyEvent,0); { Throw away any stray events }
  338.            TEInit;          { Init TextEdit }
  339.            InitMenus;           { Init Menu Manager }
  340.            InitDialogs(nil);
  341.  
  342.            DrawMenuBar;
  343.  
  344.            InitCursor;
  345.    end;
  346.  
  347. {$IFC Debug}
  348. {$IFC MPW}
  349.    rewrite(debugger,'Dev:StdErr');
  350.    PLSetVBuf(debugger,nil,_IONBF,0); { no buffering, for MPW }
  351. {$ELSEC}
  352.    rewrite(debugger,'.aout');
  353. {$ENDC}
  354.    lf := chr(32);
  355.    writeln(debugger,'Debugging On...',lf);
  356. {$ENDC}
  357.  
  358. {$IFC MPW}
  359.    PLSetVBuf(output,nil,_IONBF,0); { no buffering, for MPW }
  360. {$ELSEC}
  361.  
  362.    WWInit(25,80);
  363.  
  364.    SetRect(tempRect,20,50,500,300);
  365.    WWNew(tempRect,'Modify SecLev',false,true,monaco,9);
  366.  
  367. {$ENDC}
  368.  
  369.     tempPtr := pointer($3F6); { fsFCBLen }
  370.     UsingHFS := tempPtr^ > 0;
  371.     IOError := GetVol(@tempstr,DefaultWD);
  372.  
  373.     { added - TRT - 25 May 87 }
  374.     writeln;
  375.     writeln('Choose the BBS File to Get Pathnames etc from');
  376.     writeln;
  377.  
  378.     MyPoint.h := 90; MyPoint.v := 30;
  379.     SFGetFile(MyPoint,'',nil,-1,MyTypes,nil,MyReply);
  380.     if MyReply.good then
  381.     begin
  382.        if UsingHFS then
  383.        begin
  384.       IOError := SetVol(nil,MyReply.vRefNum);
  385.       if IOError <> noErr then
  386.       begin
  387.          writeln;
  388.          writeln('I/O Error #',IOError,' while doing SetVol of ',MyReply.vRefNum);
  389.          writeln;
  390.       end;
  391.        end;
  392.  
  393.        BBSrefNum := OpenResFile(MyReply.fName);
  394.        if ResError <> noErr then
  395.        begin
  396.       writeln;
  397.       writeln('Resource Error #',ResError,' while doing OpenResFile');
  398.       writeln;
  399.        end;
  400.  
  401.        { IMPORTANT - do not call other CODE segments while BBS 
  402.                      ResFile is open - it won't work! }
  403.  
  404.        InitCommon;
  405.  
  406.        if (BBSrefNum >= 0) then CloseResFile(BBSrefNum);
  407.  
  408.        if UsingHFS then
  409.        begin
  410.       IOError := SetVol(nil,DefaultWD);
  411.       if IOError <> noErr then
  412.       begin
  413.          writeln;
  414.          writeln('I/O Error #',IOError,' while doing SetVol of ',DefaultWD);
  415.          writeln;
  416.       end;
  417.        end;
  418.  
  419.        rewrite(slf,concat(gfilespath,'seclev.dat'));
  420.        for fw := 0 to 255 do { these are the defaults used by the BBS for each security level }
  421.     with seclev[fw] do
  422.     begin
  423.       anst := [];
  424.     
  425.       if fw < 10 then
  426.       begin
  427.          ttime := 1;
  428.          mallowed := 1;
  429.          emails := 0;
  430.          posts := 0;
  431.       end else
  432.       if fw < 18 then
  433.       begin
  434.          ttime := 10;
  435.          mallowed := 15;
  436.          emails := 0;
  437.          posts := 0;
  438.       end else
  439.       if fw = 18 then
  440.       begin
  441.          ttime := 5;
  442.          mallowed := 5;
  443.          emails := 0;
  444.          posts := 1;
  445.       end else
  446.       if fw = 19 then
  447.       begin
  448.          ttime := 10;
  449.          mallowed := 10;
  450.          emails := 1;
  451.          posts := 1;
  452.       end else
  453.       if fw < 25 then
  454.       begin
  455.          ttime := 15;
  456.          mallowed := 20;
  457.          emails := 2;
  458.          posts := 2;
  459.       end else
  460.       if fw < 30 then
  461.       begin
  462.          ttime := 17;
  463.          mallowed := 25;
  464.          emails := 2;
  465.          posts := 3;
  466.       end else
  467.       if fw < 35 then
  468.       begin
  469.          ttime := 20;
  470.          mallowed := 30;
  471.          emails := 2;
  472.          posts := 3;
  473.       end else
  474.       if fw < 40 then
  475.       begin
  476.          ttime := 25;
  477.          mallowed := 40;
  478.          emails := 3;
  479.          posts := 4;
  480.       end else
  481.       if fw < 45 then
  482.       begin
  483.          ttime := 30;
  484.          mallowed := 50;
  485.          emails := 4;
  486.          posts := 4;
  487.       end else
  488.       if fw < 50 then
  489.       begin
  490.          ttime := 35;
  491.          mallowed := 60;
  492.          emails := 4;
  493.          posts := 4;
  494.       end else
  495.       if fw < 55 then
  496.       begin
  497.          ttime := 40;
  498.          mallowed := 70;
  499.          emails := 5;
  500.          posts := 5;
  501.       end else
  502.       if fw < 60 then
  503.       begin
  504.          ttime := 45;
  505.          mallowed := 75;
  506.          emails := 5;
  507.          posts := 5;
  508.       end else
  509.       if fw < 65 then
  510.       begin
  511.          ttime := 50;
  512.          mallowed := 85;
  513.          emails := 5;
  514.          posts := 5;
  515.       end else
  516.       if fw < 70 then
  517.       begin
  518.          ttime := 55;
  519.          mallowed := 90;
  520.          emails := 5;
  521.          posts := 6;
  522.       end else
  523.       if fw < 75 then
  524.       begin
  525.          ttime := 60;
  526.          mallowed := 100;
  527.          emails := 6;
  528.          posts := 6;
  529.          anst := anst + [pana];
  530.       end else
  531.       if fw < 80 then
  532.       begin
  533.          ttime := 65;
  534.          mallowed := 115;
  535.          emails := 6;
  536.          posts := 6;
  537.          anst := anst + [pana];
  538.       end else
  539.       if fw < 90 then
  540.       begin
  541.          ttime := 65;
  542.          mallowed := 120;
  543.          emails := 6;
  544.          posts := 6;
  545.          anst := anst + [pana,sanm];
  546.       end else
  547.       if fw < 95 then
  548.       begin
  549.          ttime := 70;
  550.          mallowed := 150;
  551.          emails := 6;
  552.          posts := 6;
  553.          anst := anst + [pana,sanm,postn];
  554.       end else
  555.       if fw < 99 then
  556.       begin
  557.          ttime := 70;
  558.          mallowed := 200;
  559.          emails := 6;
  560.          posts := 6;
  561.          anst := anst + [pana,sanm,postn,emailn];
  562.       end else
  563.       if fw = 99 then
  564.       begin
  565.          ttime := 70;
  566.          mallowed := 200;
  567.          emails := 6;
  568.          posts := 6;
  569.          anst := anst + [pana,sanm,postn,emailn,lcosysop];
  570.       end else
  571.       if fw = 100 then
  572.       begin
  573.          ttime := 85;
  574.          mallowed := 300;
  575.          emails := 6;
  576.          posts := 6;
  577.          anst := anst + [pana,sanm,postn,emailn,cosysop];
  578.       end else
  579.       if fw < 200 then
  580.       begin
  581.          ttime := 90;
  582.          mallowed := 500;
  583.          emails := 6;
  584.          posts := 6;
  585.          anst := anst + [pana,sanm,postn,emailn,cosysop];
  586.       end else
  587.       if fw < 255 then
  588.       begin
  589.          ttime := 100;
  590.          mallowed := 1000;
  591.          emails := 10;
  592.          posts := 10;
  593.          anst := anst + [pana,sanm,postn,emailn,cosysop];
  594.       end else
  595.       begin { sysop }
  596.          ttime := 255;
  597.          mallowed := 32767;
  598.          emails := 255;
  599.          posts := 255;
  600.          anst := anst + [pana,sanm,postn,emailn,cosysop];
  601.       end;
  602.     
  603.       slf^ := seclev[fw];
  604.       put(slf);
  605.     end;
  606.  
  607. {$IFC MPW}
  608.       close(slf);
  609. {$ELSEC}
  610.       close(slf,lock);
  611. {$ENDC}
  612.    end;
  613. end.
  614.